home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / apparmor / subdomain.conf < prev   
Text File  |  2008-10-08  |  2KB  |  56 lines

  1. # $Id: subdomain.conf 8 2006-04-12 04:09:10Z steve-beattie $
  2. #
  3. # subdomain.conf is a shared SubDomain configuration file that is sh sourcable.
  4.  
  5. ################## SubDomain init.d configuration ################
  6.  
  7. # Move this to /etc/sysconfig/apparmor eventually
  8. ## Path:     System/AppArmor
  9. ## Description: Enable the OWLSM extension to AppArmor
  10. ## Type:     yesno
  11. ## Default:    no
  12. #
  13. # Enable OWLSM extension to AppArmor?
  14. # OWLSM is an extension to AppArmor that prevents processes from
  15. # following symlinks they don't own and creating hardlinks to files they
  16. # don't own, in an attempt to prevent /tmp race attacks. However, OWLSM
  17. # can break some applications, so is disabled by default.
  18. SUBDOMAIN_ENABLE_OWLSM="no"
  19.  
  20. ## Path:     System/AppArmor
  21. ## Description: Enable the AppArmor event daemon for reporting
  22. ## Type:     yesno
  23. ## Default:    no
  24. #
  25. # Enable the AppArmor event daemon for reporting?
  26. APPARMOR_ENABLE_AAEVENTD="no"
  27.  
  28. #SUBDOMAIN_MODULE_PANIC=XXX
  29. #This option controls how subdomain behaves when the init script attempts
  30. #to load the SubDomain module and fails.  There are 4 options
  31. #warn  - log a failure message. (default behavior)
  32. #build - attempt to build the SubDomain module is the module can't be loaded.
  33. #        If successful
  34. #           the module will be built for the running kernel and loaded.
  35. #        If the build fails
  36. #           a failure message is logged
  37. #panic - If the SubDomain module fails to load
  38. #           a failure message will be logged
  39. #           and the machine will drop to runlevel 1 (single user)
  40. #build-panic - If the SubDomain module fails to load
  41. #                 attempt to build the module
  42. #                 If building the module fails
  43. #                    panic (drop to runlevel 1)  
  44.  
  45. #SUBDOMAIN_MODULE_PANIC=warn
  46.  
  47. ################## subdomain_parser configuration ################
  48.  
  49. #SUBDOMAIN_PATH=XXXX
  50. #This option specifies the include path that the subdomain_parser will
  51. #use by default.  If no entry is specified /etc/subdomain.d is used by
  52. #default.
  53.  
  54. #SUBDOMAIN_PATH=/etc/subdomain.d
  55.  
  56.